home *** CD-ROM | disk | FTP | other *** search
/ Risc OS Programmer's Reference Manuals / Risc OS Programmer's Reference Manuals.iso / APPS / !FRESCO / !RUN < prev    next >
Encoding:
Text File  |  2000-02-01  |  882 b   |  25 lines

  1. | > !Fresco.!Run
  2. |
  3. | World Wide Web browsing software
  4. | (c) ANT Limited, 1995-8
  5. |
  6. Unset Fresco$Dir
  7. Run <Obey$Dir>.!Boot
  8. If "<System$Path>" = "" then Error 0 System resources cannot be found
  9. If "<Inet$MimeMappings>" = "" Then Set Inet$MimeMappings InetDBase:MimeMap
  10. |
  11. | Set up the choices path
  12. If "<Choices$Write>" <> "" Then Set Fresco$ChoicesDir <Choices$Write>.Fresco
  13. If "<Choices$Write>" = "" Then Set Fresco$ChoicesDir <Wimp$ScrapDir>.Fresco
  14. CDir <Fresco$ChoicesDir>
  15. Set Fresco$Config <Fresco$ChoicesDir>.Config
  16. |
  17. Set Fresco$HomepageDir <Fresco$Dir>.^.^.HTML
  18. |
  19. RMEnsure SharedCLibrary 3.50 RMLoad System:Modules.Clib
  20. RMEnsure SharedCLibrary 3.50 Error You need Clib 3.50 or later
  21. RMEnsure ColourPicker   0.16 RMLoad System:Modules.Picker
  22. RMEnsure ColourPicker   0.16 Error You need ColourPicker 0.16 or later
  23. |
  24. WimpSlot -min 480k -max 480K
  25. Run <Fresco$Dir>.!RunImage %*0 2>null: